func runtime.asanwrite
12 uses
runtime (current package)
asan0.go#L20: func asanwrite(addr unsafe.Pointer, sz uintptr) { throw("asan") }
cgo_sigaction.go#L32: asanwrite(unsafe.Pointer(new), unsafe.Sizeof(*new))
mbarrier.go#L203: asanwrite(dst, typ.Size_)
mbarrier.go#L263: asanwrite(dstPtr, uintptr(n)*typ.Size_)
mprof.go#L719: asanwrite(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0))
mprof.go#L777: asanwrite(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0))
proc.go#L2447: asanwrite(unsafe.Pointer(&ts), unsafe.Sizeof(ts))
select.go#L412: asanwrite(cas.elem, c.elemtype.Size_)
select.go#L431: asanwrite(cas.elem, c.elemtype.Size_)
slice.go#L337: asanwrite(toPtr, size)
traceback.go#L1615: asanwrite(unsafe.Pointer(arg), unsafe.Sizeof(cgoSymbolizerArg{}))
traceback.go#L1640: asanwrite(unsafe.Pointer(&arg), unsafe.Sizeof(arg))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |